home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)Z / (A)Z11.ADF / LOGO / LOGOSOURCE / amiga.h < prev    next >
C/C++ Source or Header  |  1987-07-21  |  426b  |  18 lines

  1. /* amiga.h */
  2.  
  3. #include <exec/tasks.h>
  4. #include <exec/memory.h>
  5. #include <graphics/gfx.h>
  6. #include <graphics/display.h>
  7. #include <graphics/gfxbase.h>
  8. #include <graphics/layers.h>
  9. #include <graphics/regions.h>
  10. #include <graphics/rastport.h>
  11. #include <intuition/intuition.h>
  12. #include <libraries/dos.h>
  13. #include <libraries/dosextens.h>
  14. #include <workbench/workbench.h>
  15. #include <workbench/startup.h>
  16. #include <workbench/icon.h>
  17.  
  18.